home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / jumpingrope.swf / scripts / frame_5 / DoAction.as
Text File  |  2007-10-01  |  195b  |  9 lines

  1. nowF = "title";
  2. if(soundon == "yes")
  3. {
  4.    _root.titleSound = new Sound(this);
  5.    _root.titleSound.attachSound("titleSoundM");
  6. }
  7. _root.titleSound.start(0,999);
  8. trace("soundon" + soundon);
  9.